type github.com/refraction-networking/utls/internal/hpke.hkdfKDF
8 uses
github.com/refraction-networking/utls/internal/hpke (current package)
hpke.go#L25: type hkdfKDF struct {
hpke.go#L29: func (kdf *hkdfKDF) LabeledExtract(sid []byte, salt []byte, label string, inputKey []byte) []byte {
hpke.go#L38: func (kdf *hkdfKDF) LabeledExpand(suiteID []byte, randomKey []byte, label string, info []byte, length uint16) []byte {
hpke.go#L51: kdf hkdfKDF
hpke.go#L77: kdf: hkdfKDF{suite.hash},
hpke.go#L177: var SupportedKDFs = map[uint16]func() *hkdfKDF{
hpke.go#L179: KDF_HKDF_SHA256: func() *hkdfKDF { return &hkdfKDF{crypto.SHA256} },
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |